PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocument Class / save Method / save(String) Method
File where the PDF document is saved.
In This Topic
    save(String) Method
    In This Topic
    Saves the PDF document to a file.
    Syntax
    public void save( 
       java.lang.String fileName
    )

    Parameters

    fileName
    File where the PDF document is saved.
    Exceptions
    ExceptionDescription
    if a java.io.IOException appears during the save operation.
    See Also